home *** CD-ROM | disk | FTP | other *** search
/ Warriors 2001 to 2002 / Warriors 2001 - 2002 by Southwest.iso / project.dir / 00030_Script_mouserol2 < prev    next >
Text File  |  2002-03-06  |  167b  |  9 lines

  1. on mouseenter
  2.   set the blend of sprite (the currentspritenum) = 100
  3. end mouseenter
  4. on mouseleave
  5.   
  6.   set the blend of sprite (the currentspritenum) = 0
  7. end
  8.  
  9.